home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
lotus
/
lotus028.dsk
/
SP000012
< prev
next >
Wrap
Text File
|
1995-09-27
|
2KB
|
93 lines
Use "am_mod"
Sub Initialize
ClientMainWinClass = "WordProAppWndNT"
ClientID = AN_AMIPRO
ClientModName = "am_mod"
ClientLotusAppID = "WORDPRO"
ShowMeModName = "045"
AnimVersionNum = .63
NumFramesThisAnim = 11
AnimationType = "QuickDemo"
SampleFile = ""
AnimName = GetString( "0450000", IResult% )
End Sub
Public Sub ShowMe (theNextStep As Integer)
GetCursorPos TempPos
CursorPosForStep(theNextStep) = TempPos
Select Case theNextStep
Case 1
StepsText = GetString( "0451001", IResult% )
X = DoWhereIs (INSERTION_POINT,"",0,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
Exit Sub
Case 2
StepsText = GetString( "0451002", IResult% )
SetBubblePosforMenus
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
ChooseMenuItem Frame
Exit Sub
Case 3
StepsText = GetString( "0451003", IResult% )
X = DoWhereIs (DIALOG_CONTROL,"",25975,0,0,0,ClientID)
ShowTextBubble StepsText, .5, 1, NorthEast
HideTextBubble
Exit Sub
Case 4
StepsText = GetString( "0451004", IResult% )
X = DoWhereIs (DIALOG_CONTROL,"",25301,0,0,0,ClientID)
ShowTextBubble StepsText, 0, 1, NorthEast
HideTextBubble
Exit Sub
Case 5
X = DoWhereIs (DIALOG_CONTROL,"",25300,0,0,0,ClientID)
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 6
SendCtrlKeys "{bs}", 100
Exit Sub
Case 7
SendTextKeys GetString( "0452007", IResult% ), 50
Exit Sub
Case 8
X = DoWhereIs (DIALOG_CONTROL,"",25301,0,0,0,ClientID)
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 9
SendCtrlKeys "{bs}", 100
Exit Sub
Case 10
SendTextKeys GetString( "0452010", IResult% ), 50
Exit Sub
Case 11
StepsText = GetString( "0451005", IResult% )
X = DoWhereIs (DIALOG_CONTROL,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
End Select
End Sub